You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Operators > MatrixInt Constructor > MatrixInt.MatrixInt Operator ([In] float[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.MatrixInt Operator ([In] float[])

Explicitely convert array of single values to MatrixInt.

Syntax
C#
Visual Basic
public static explicit operator MatrixInt([In] float[] AValue);

Copies all values from the AValue array to the result with precision set at 32bit signed integer.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!